CommonEvent 1178
Name = "会話：グランベリア"

  999([1178])
  ConditionalBranch([1, 20, 0, 1, 0])
    JumpToLabel(["情報"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 2, 0])
    JumpToLabel(["質問"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 3, 0])
    JumpToLabel(["要求"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 4, 0])
    JumpToLabel(["贈与"])
    Empty([])

  BranchEnd([])
  Label(["情報"])
  ControlVariables([13, 13, 0, 2, 1, 100])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>Dialogue is pointless...!"])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>Here we go, come on!"])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>Show me what you're capable of!"])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>I will not turn this sword away so easily!"])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>My sword is a blade of flames!"])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 60, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>Face the blade of the Monster Swordswoman with your body!"])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 70, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>Your sword cannot be hesitant on the battlefield!"])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 80, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>I have a subordinate.\nShe remodeled my room without permission."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 90, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>The way this sword is pointed...\nNo, I mustn't lose my way again!"])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 100, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>Just slash it!"])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["質問"])
  ControlVariables([13, 13, 0, 2, 1, 50])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>Those who live by the sword, die by the sword...\nDo you know what that means?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["I know", "I don't know", "I'll let you know"], 0])
    When([0, "分かっている"])
      ShowTextAttributes(["granberia_fc3", 0, 0, 2])
      ShowText(["\\n<Granberia>Then, come!"])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "分かっていない"])
      ShowTextAttributes(["granberia_fc3", 0, 0, 2])
      ShowText(["\\n<Granberia>Then I'll let you know! Come!"])
      ShowText([""])
      Empty([])

    When([2, "分からせてやろう"])
      ShowTextAttributes(["granberia_fc3", 0, 0, 2])
      ShowText(["\\n<Granberia>Interesting... Now come!"])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>There is no need for warriors to be fashionable...!"])
    ShowText([""])
    ShowChoices([["That's right", "Not really", "Death requires makeup"], 0])
    When([0, "その通りだ"])
      ShowTextAttributes(["granberia_fc3", 0, 0, 2])
      ShowText(["\\n<Granberia>If you know, that's good!"])
      ShowText([""])
      Empty([])

    When([1, "そうでもない"])
      ShowTextAttributes(["granberia_fc3", 0, 0, 2])
      ShowText(["\\n<Granberia>I-is that so...?"])
      ShowText([""])
      Empty([])

    When([2, "死化粧は必要"])
      ShowTextAttributes(["granberia_fc3", 0, 0, 2])
      ShowText(["\\n<Granberia>To be prepared for that..."])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>What are you grasping with that sword...?"])
    ShowText([""])
    ShowChoices([["Victory", "The future", "Your heart"], 0])
    When([0, "勝利"])
      ShowTextAttributes(["granberia_fc3", 0, 0, 2])
      ShowText(["\\n<Granberia>So am I... I only grasp victory with this sword!"])
      ShowText([""])
      Empty([])

    When([1, "未来"])
      ShowTextAttributes(["granberia_fc3", 0, 0, 2])
      ShowText(["\\n<Granberia>Ah... Are you looking beyond victory?"])
      ShowText([""])
      Empty([])

    When([2, "お前の心"])
      ShowTextAttributes(["granberia_fc3", 0, 0, 2])
      ShowText(["\\n<Granberia>M-my...?!"])
      ShowText([""])
      ShowTextAttributes(["granberia_fc3", 0, 0, 2])
      ShowText(["\\n<Granberia>"])
      ShowText(["............"])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>It's said there is a human who is called a legendary blacksmith. Do you know what kind of person he is?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["I don't know", "My little dragon", "Me!"], 0])
    When([0, "知らない"])
      ShowTextAttributes(["granberia_fc3", 0, 0, 2])
      ShowText(["\\n<Granberia>I see... Finding him won't be easy.\nI must search with my own feet..."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([1, "うちのちびっこ竜"])
      ShowTextAttributes(["granberia_fc3", 0, 0, 2])
      ShowText(["\\n<Granberia>What, a little...?!\nBut it was only a rumor he's human..."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([2, "僕だ！"])
      ShowTextAttributes(["granberia_fc3", 0, 0, 2])
      ShowText(["\\n<Granberia>No you're not!"])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>The ideal state of mind for a warrior...\nDo you know what it is?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["Clear and serene", "Selfless devotion to justice", "Considering yourself the best in the world"], 0])
    When([0, "明鏡止水"])
      ShowTextAttributes(["granberia_fc3", 0, 0, 2])
      ShowText(["\\n<Granberia>Hmm... It requires no boasting then."])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "則天去私"])
      ShowTextAttributes(["granberia_fc3", 0, 0, 2])
      ShowText(["\\n<Granberia>Is that state no longer a fairytale...?"])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([2, "天上天下唯我独尊"])
      ShowTextAttributes(["granberia_fc3", 0, 0, 2])
      ShowText(["\\n<Granberia>A grand response...\nLet's see if your sword can back those words!"])
      ShowText([""])
      ShowText([""])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["要求"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 13, 0, 10, 2])
    ConditionalBranch([8, 1])
      ShowTextAttributes(["granberia_fc3", 0, 0, 2])
      ShowText(["\\n<Granberia>I don't have enough herbs...\nThey're for my subordinate's special training, I don't use them."])
      ShowText([""])
      ShowText([""])
      ControlVariables([24, 24, 0, 3, 0, 1, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give an \\ii[1]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["granberia_fc3", 1, 0, 2])
        ShowText(["\\n<Granberia>Giving salt to your enemy... You're quite bold."])
        ShowText([""])
        ChangeItems([1, 1, 0, 1])
        Script(["change_friend(20)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["granberia_fc3", 3, 0, 2])
        ShowText(["\\n<Granberia>I see... That's fine."])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 20])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ConditionalBranch([8, 329])
      ShowTextAttributes(["granberia_fc3", 0, 0, 2])
      ShowText(["\\n<Granberia>I'm a little hungry..."])
      ShowText([""])
      ControlVariables([24, 24, 0, 3, 0, 329, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give some \\ii[329]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["granberia_fc3", 1, 0, 2])
        ShowText(["\\n<Granberia>Giving salt to your enemy... You're quite bold."])
        ShowText([""])
        ChangeItems([329, 1, 0, 1])
        Script(["change_friend(30)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["granberia_fc3", 3, 0, 2])
        ShowText(["\\n<Granberia>I see... That's fine."])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 30])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>The pain of this sword has become intense with successive battles. I want to repair it, but I don't have the money..."])
    ShowText([""])
    ShowText([""])
    ConditionalBranch([7, 720, 0])
      ControlVariables([24, 24, 0, 3, 7, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give 720G? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["granberia_fc3", 1, 0, 2])
        ShowText(["\\n<Granberia>Giving salt to your enemy... You're quite bold."])
        ShowText([""])
        ChangeGold([1, 0, 720])
        Script(["change_friend(25)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["granberia_fc3", 3, 0, 2])
        ShowText(["\\n<Granberia>I see... That's fine."])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ShowTextAttributes(["granberia_fc3", 3, 0, 2])
      ShowText(["\\n<Granberia>...It appears we both struggle with money."])
      ShowText([""])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  Label(["贈与"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 25, 0, 1, 0])
    ControlVariables([13, 13, 0, 0, 30])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 25, 0, 2, 0])
    ControlVariables([13, 13, 0, 2, 1, 20])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>You can suppress your worldly desires with this..."])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([21, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Granberia gave you some \\ii[21]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>My subordinate gave this to me, but I don't like sweets..."])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([414, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Granberia gave you some \\ii[414]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["granberia_fc3", 0, 0, 2])
    ShowText(["\\n<Granberia>You can take this, it's useless to me..."])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeGold([0, 0, 1200])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Granberia gave you 1200G!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
